Fix compiler warnings when shadow debugging is enabled.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 29 Sep 2005 22:44:34 +0000 (23:44 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 29 Sep 2005 22:44:34 +0000 (23:44 +0100)
commitc1a7d8b67f2b056b4c6398d0e75f1e7e1e62d95d
treefe4a0583e7cfd0ce2c5279cc79a46f35d0114a84
parent1a57cb756df3733254252f4f769893d49c3f58b6
Fix compiler warnings when shadow debugging is enabled.

Fix two classes of warnings when debugging of shadow code is enabled:
  - The type_info field in pfn_info is a long, so use a %lx format
    specifier when printing it.
  - Fix a warning about uninitialized use of eff_guest_pte.

Signed-off-by: Michael Vrable <mvrable@cs.ucsd.edu>
xen/arch/x86/shadow32.c